go/types.environment.hasLabel (field)

4 uses

	go/types (current package)
		check.go#L46: 	hasLabel      bool                   // set if a function makes use of labels (only ~1% of functions); unused outside functions
		stmt.go#L48: 	if check.hasLabel {
		stmt.go#L387: 		check.hasLabel = true
		stmt.go#L530: 			check.hasLabel = true